home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / nt16410.zip / SE._ / SE.
Text File  |  1996-04-10  |  107b  |  9 lines

  1. #! /bin/sh
  2. if test -r $1
  3. then
  4.      sz $1
  5.      echo 'i'
  6. else
  7. echo Filename must exist and be readable
  8. fi
  9.